home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global movPC
- set movPC to 5
- if rollOver(27) then
- set the castNum of sprite 18 to the number of cast "CAN"
- set the locV of sprite 18 to the locV of sprite 14
- set the locH of sprite 18 to the locH of sprite 14
- exit
- end if
- if rollOver(28) then
- set the castNum of sprite 18 to the number of cast "FRAN"
- set the locV of sprite 18 to the locV of sprite 15
- set the locH of sprite 18 to the locH of sprite 15
- exit
- end if
- end
-